projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
940fe48
)
(normal-mode): Call ucs-set-table-for-input.
author
Dave Love
<fx@gnu.org>
Wed, 6 Nov 2002 23:28:29 +0000
(23:28 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 6 Nov 2002 23:28:29 +0000
(23:28 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 9d756bcfd29fdc94e39eb51756e2aab10d00cd55..d0c712fdcfd84a5389694dcfc0c1017518331d07 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1486,7
+1486,9
@@
in that case, this function acts as if `enable-local-variables' were t."
enable-local-variables)))
(hack-local-variables))
(error (message "File local-variables error: %s"
- (prin1-to-string err)))))
+ (prin1-to-string err))))
+ (if (fboundp 'ucs-set-table-for-input) ; don't lose when building
+ (ucs-set-table-for-input)))
(defvar auto-mode-alist
(mapc